Click or drag to resize

Storage Class

Contains collection of DirectoryEntry.
Inheritance Hierarchy

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Storage : DirectoryEntry

The Storage type exposes the following members.

Constructors
  NameDescription
Public methodStorage
Initializes a new instance of the Storage class.
Public methodStorage(String)
Initializes a new instance of the Storage class.
Top
Properties
  NameDescription
Public propertyClassId
Gets or sets class ID.
(Inherited from DirectoryEntry.)
Public propertyCreatedTime
Gets creation time.
(Inherited from DirectoryEntry.)
Public propertyDirectoryEntries
Gets collection of DirectoryEntry.
Public propertyLastModifiedTime
Gets last modified time.
(Inherited from DirectoryEntry.)
Public propertyName
Gets or sets name.
(Inherited from DirectoryEntry.)
Public propertySize
Gets size.
(Inherited from DirectoryEntry.)
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
Storage is analogous to a file system directory. The parent object of a storage object must be another storage object or the RootDirectoryEntry.
See Also